home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libvorbis-1.0rc3 / doc / Makefile < prev    next >
Encoding:
Makefile  |  2002-10-27  |  9.5 KB  |  331 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libvorbis
  38. pkglibdir = $(libdir)/libvorbis
  39. pkgincludedir = $(includedir)/libvorbis
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CPP = gcc -E
  65. DEBUG = -g -Wall -W -D__NO_MATH_INLINES -fsigned-char
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = -lm  -logg
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LN_S = ln -s
  72. MAKEINFO = makeinfo
  73. OBJDUMP = @OBJDUMP@
  74. OBJEXT = o
  75. OGG_CFLAGS = 
  76. OGG_LIBS =  -logg
  77. PACKAGE = libvorbis
  78. PROFILE = -O20 -g -pg -D__NO_MATH_INLINES -fsigned-char
  79. RANLIB = ranlib
  80. STRIP = strip
  81. VERSION = 1.0rc3
  82. VE_LIB_AGE = 1
  83. VE_LIB_CURRENT = 1
  84. VE_LIB_REVISION = 0
  85. VF_LIB_AGE = 2
  86. VF_LIB_CURRENT = 2
  87. VF_LIB_REVISION = 0
  88. V_LIB_AGE = 1
  89. V_LIB_CURRENT = 1
  90. V_LIB_REVISION = 0
  91. pthread_lib = -lpthread
  92.  
  93. AUTOMAKE_OPTIONS = foreign
  94.  
  95. SUBDIRS = vorbisfile vorbisenc
  96.  
  97. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  98.  
  99. doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html     vorbis.html wait.png white-xifish.png vorbis-clip.txt     vorbis-errors.txt
  100.  
  101.  
  102. EXTRA_DIST = $(doc_DATA)
  103. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  104. CONFIG_CLEAN_FILES = 
  105. DATA =  $(doc_DATA)
  106.  
  107. DIST_COMMON =  Makefile.am Makefile.in
  108.  
  109.  
  110. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  111.  
  112. TAR = tar
  113. GZIP_ENV = --best
  114. all: all-redirect
  115. .SUFFIXES:
  116. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  117.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/Makefile
  118.  
  119. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  120.     cd $(top_builddir) \
  121.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  122.  
  123.  
  124. install-docDATA: $(doc_DATA)
  125.     @$(NORMAL_INSTALL)
  126.     $(mkinstalldirs) $(DESTDIR)$(docdir)
  127.     @list='$(doc_DATA)'; for p in $$list; do \
  128.       if test -f $(srcdir)/$$p; then \
  129.         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
  130.         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
  131.       else if test -f $$p; then \
  132.         echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
  133.         $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
  134.       fi; fi; \
  135.     done
  136.  
  137. uninstall-docDATA:
  138.     @$(NORMAL_UNINSTALL)
  139.     list='$(doc_DATA)'; for p in $$list; do \
  140.       rm -f $(DESTDIR)$(docdir)/$$p; \
  141.     done
  142.  
  143. # This directory's subdirectories are mostly independent; you can cd
  144. # into them and run `make' without going through this Makefile.
  145. # To change the values of `make' variables: instead of editing Makefiles,
  146. # (1) if the variable is set in `config.status', edit `config.status'
  147. #     (which will cause the Makefiles to be regenerated when you run `make');
  148. # (2) otherwise, pass the desired values on the `make' command line.
  149.  
  150.  
  151.  
  152. all-recursive install-data-recursive install-exec-recursive \
  153. installdirs-recursive install-recursive uninstall-recursive  \
  154. check-recursive installcheck-recursive info-recursive dvi-recursive:
  155.     @set fnord $(MAKEFLAGS); amf=$$2; \
  156.     dot_seen=no; \
  157.     target=`echo $@ | sed s/-recursive//`; \
  158.     list='$(SUBDIRS)'; for subdir in $$list; do \
  159.       echo "Making $$target in $$subdir"; \
  160.       if test "$$subdir" = "."; then \
  161.         dot_seen=yes; \
  162.         local_target="$$target-am"; \
  163.       else \
  164.         local_target="$$target"; \
  165.       fi; \
  166.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  167.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  168.     done; \
  169.     if test "$$dot_seen" = "no"; then \
  170.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  171.     fi; test -z "$$fail"
  172.  
  173. mostlyclean-recursive clean-recursive distclean-recursive \
  174. maintainer-clean-recursive:
  175.     @set fnord $(MAKEFLAGS); amf=$$2; \
  176.     dot_seen=no; \
  177.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  178.       rev="$$subdir $$rev"; \
  179.       test "$$subdir" = "." && dot_seen=yes; \
  180.     done; \
  181.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  182.     target=`echo $@ | sed s/-recursive//`; \
  183.     for subdir in $$rev; do \
  184.       echo "Making $$target in $$subdir"; \
  185.       if test "$$subdir" = "."; then \
  186.         local_target="$$target-am"; \
  187.       else \
  188.         local_target="$$target"; \
  189.       fi; \
  190.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  191.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  192.     done && test -z "$$fail"
  193. tags-recursive:
  194.     list='$(SUBDIRS)'; for subdir in $$list; do \
  195.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  196.     done
  197.  
  198. tags: TAGS
  199.  
  200. ID: $(HEADERS) $(SOURCES) $(LISP)
  201.     list='$(SOURCES) $(HEADERS)'; \
  202.     unique=`for i in $$list; do echo $$i; done | \
  203.       awk '    { files[$$0] = 1; } \
  204.            END { for (i in files) print i; }'`; \
  205.     here=`pwd` && cd $(srcdir) \
  206.       && mkid -f$$here/ID $$unique $(LISP)
  207.  
  208. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  209.     tags=; \
  210.     here=`pwd`; \
  211.     list='$(SUBDIRS)'; for subdir in $$list; do \
  212.    if test "$$subdir" = .; then :; else \
  213.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  214.    fi; \
  215.     done; \
  216.     list='$(SOURCES) $(HEADERS)'; \
  217.     unique=`for i in $$list; do echo $$i; done | \
  218.       awk '    { files[$$0] = 1; } \
  219.            END { for (i in files) print i; }'`; \
  220.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  221.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  222.  
  223. mostlyclean-tags:
  224.  
  225. clean-tags:
  226.  
  227. distclean-tags:
  228.     -rm -f TAGS ID
  229.  
  230. maintainer-clean-tags:
  231.  
  232. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  233.  
  234. subdir = doc
  235.  
  236. distdir: $(DISTFILES)
  237.     @for file in $(DISTFILES); do \
  238.       d=$(srcdir); \
  239.       if test -d $$d/$$file; then \
  240.         cp -pr $$d/$$file $(distdir)/$$file; \
  241.       else \
  242.         test -f $(distdir)/$$file \
  243.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  244.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  245.       fi; \
  246.     done
  247.     for subdir in $(SUBDIRS); do \
  248.       if test "$$subdir" = .; then :; else \
  249.         test -d $(distdir)/$$subdir \
  250.         || mkdir $(distdir)/$$subdir \
  251.         || exit 1; \
  252.         chmod 777 $(distdir)/$$subdir; \
  253.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  254.           || exit 1; \
  255.       fi; \
  256.     done
  257. info-am:
  258. info: info-recursive
  259. dvi-am:
  260. dvi: dvi-recursive
  261. check-am: all-am
  262. check: check-recursive
  263. installcheck-am:
  264. installcheck: installcheck-recursive
  265. install-exec-am:
  266. install-exec: install-exec-recursive
  267.  
  268. install-data-am: install-docDATA
  269. install-data: install-data-recursive
  270.  
  271. install-am: all-am
  272.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  273. install: install-recursive
  274. uninstall-am: uninstall-docDATA
  275. uninstall: uninstall-recursive
  276. all-am: Makefile $(DATA)
  277. all-redirect: all-recursive
  278. install-strip:
  279.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  280. installdirs: installdirs-recursive
  281. installdirs-am:
  282.     $(mkinstalldirs)  $(DESTDIR)$(docdir)
  283.  
  284.  
  285. mostlyclean-generic:
  286.  
  287. clean-generic:
  288.  
  289. distclean-generic:
  290.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  291.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  292.  
  293. maintainer-clean-generic:
  294. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  295.  
  296. mostlyclean: mostlyclean-recursive
  297.  
  298. clean-am:  clean-tags clean-generic mostlyclean-am
  299.  
  300. clean: clean-recursive
  301.  
  302. distclean-am:  distclean-tags distclean-generic clean-am
  303.     -rm -f libtool
  304.  
  305. distclean: distclean-recursive
  306.  
  307. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  308.         distclean-am
  309.     @echo "This command is intended for maintainers to use;"
  310.     @echo "it deletes files that may require special tools to rebuild."
  311.  
  312. maintainer-clean: maintainer-clean-recursive
  313.  
  314. .PHONY: uninstall-docDATA install-docDATA install-data-recursive \
  315. uninstall-data-recursive install-exec-recursive \
  316. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  317. all-recursive check-recursive installcheck-recursive info-recursive \
  318. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  319. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  320. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  321. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  322. install-exec install-data-am install-data install-am install \
  323. uninstall-am uninstall all-redirect all-am all installdirs-am \
  324. installdirs mostlyclean-generic distclean-generic clean-generic \
  325. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  326.  
  327.  
  328. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  329. # Otherwise a system limit (for SysV at least) may be exceeded.
  330. .NOEXPORT:
  331.